home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Freeware 1999 November
/
SGI Freeware 1999 November - Disc 2.iso
/
dist
/
fw_IZzip.idb
/
usr
/
freeware
/
src
/
zip
/
amiga
/
amiga.h.z
/
amiga.h
Wrap
C/C++ Source or Header
|
1997-09-09
|
963b
|
43 lines
/* amiga.h
*
* Globular definitions that affect all of AmigaDom.
*
* Originally included in unzip.h, extracted for simplicity and eeze of
* maintenance by John Bush.
*
* THIS FILE IS #INCLUDE'd by unzip.h
*
*/
#include <time.h>
#ifdef AZTEC_C /* Manx Aztec C, 5.0 or newer only */
# include <clib/dos_protos.h>
# include <pragmas/dos_lib.h>
# define MODERN
# define O_BINARY 0
# include "amiga/z-stat.h"
# define dirent direct
#endif /* AZTEC_C */
#if defined(LATTICE) || defined(__SASC) || defined(__SASC_60)
# include <sys/types.h>
# include <sys/stat.h>
# include <sys/dir.h>
# include <dos.h>
# include <proto/dos.h> /* needed? */
# if ( (!defined(O_BINARY)) && defined(O_RAW))
# define O_BINARY O_RAW
# endif
#endif /* LATTICE */
/* Funkshine Prough Toe Taipes */
int cmptime (struct tm *, struct tm *);
time_t invlocal (struct tm *);
LONG FileDate (char *, time_t[]);
#define dup /* needed? */